home *** CD-ROM | disk | FTP | other *** search
/ PC Plus SuperCD (UK) 1995 August / PC Plus Super CD (Issue 106) (PCP106) (August 1995).iso / vbtools / aware / sample.mdb / sample.json
Encoding:
JavaScript Object Notation  |  1994-05-12  |  194 b 

  1. {
  2.     "schema": {
  3.         "Name": "Text (50)",
  4.         "SS#": "Text (50)",
  5.         "Paid": "Text (50)"
  6.     },
  7.     "data": [
  8.         {
  9.             "Name": "Donald Williamson",
  10.             "SS#": "276820346",
  11.             "Paid": "1234"
  12.         },
  13.         {
  14.             "Name": "Dave Jones",
  15.             "SS#": "234-04-8637",
  16.             "Paid": "5425"
  17.         }
  18.     ]
  19. }